home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Garbo
/
Garbo.cdr
/
mac
/
hypercrd
/
xcmd
/
prntrprt.sit
/
PrintReport.sit
/
PrintReport Demo
/
background_2200.txt
< prev
next >
Wrap
Text File
|
1989-12-18
|
4KB
|
219 lines
-- background: 2200 from stack: in
-- bmap block id: 9303
-- flags: 4000
-- background id: 0
-- name: Report
-- part 1 (field)
-- low flags: 00
-- high flags: 4002
-- rect: left=121 top=58 right=76 bottom=491
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 0
-- font id: 22
-- text size: 10
-- style flags: 0
-- line height: 13
-- part name: Header
-- part 2 (field)
-- low flags: 00
-- high flags: 4002
-- rect: left=121 top=82 right=111 bottom=491
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 0
-- font id: 22
-- text size: 10
-- style flags: 0
-- line height: 13
-- part name: Finder
-- part 3 (field)
-- low flags: 00
-- high flags: 4002
-- rect: left=121 top=114 right=142 bottom=491
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 0
-- font id: 22
-- text size: 10
-- style flags: 0
-- line height: 13
-- part name: Selector
-- part 4 (field)
-- low flags: 00
-- high flags: 4002
-- rect: left=149 top=151 right=246 bottom=429
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 0
-- font id: 22
-- text size: 10
-- style flags: 0
-- line height: 13
-- part name: Fields
-- part 5 (button)
-- low flags: 00
-- high flags: 8000
-- rect: left=168 top=254 right=301 bottom=249
-- title width / last selected line: 0
-- icon id / first selected line: 1014 / 1014
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: Previous Report
----- HyperTalk script -----
on mouseUp
go previous card of background "Report"
end mouseUp
-- part 6 (button)
-- low flags: 00
-- high flags: 8000
-- rect: left=272 top=251 right=303 bottom=340
-- title width / last selected line: 0
-- icon id / first selected line: 1013 / 1013
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: Next Report
----- HyperTalk script -----
on mouseUp
go next card of background "Report"
end mouseUp
-- part 7 (button)
-- low flags: 00
-- high flags: 8000
-- rect: left=51 top=197 right=242 bottom=113
-- title width / last selected line: 0
-- icon id / first selected line: 1007 / 1007
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: Print Report
----- HyperTalk script -----
on mouseUp
areport "j",field "Finder",field "Selector", field "Header", field "Fields"
end mouseUp
-- part 8 (button)
-- low flags: 00
-- high flags: 0000
-- rect: left=31 top=148 right=171 bottom=53
-- title width / last selected line: 0
-- icon id / first selected line: 19678 / 19678
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: New Button
----- HyperTalk script -----
on mouseUp
push card
go card "About Columns"
end mouseUp
-- part 9 (button)
-- low flags: 00
-- high flags: 0000
-- rect: left=30 top=108 right=131 bottom=52
-- title width / last selected line: 0
-- icon id / first selected line: 19678 / 19678
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: New Button
----- HyperTalk script -----
on mouseUp
push card
go card "About Selection"
end mouseUp
-- part 10 (button)
-- low flags: 00
-- high flags: 0000
-- rect: left=30 top=80 right=103 bottom=52
-- title width / last selected line: 0
-- icon id / first selected line: 19678 / 19678
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: New Button
----- HyperTalk script -----
on mouseUp
push card
go card "About Finder"
end mouseUp
-- part 11 (button)
-- low flags: 00
-- high flags: 0000
-- rect: left=30 top=55 right=78 bottom=52
-- title width / last selected line: 0
-- icon id / first selected line: 19678 / 19678
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: New Button
----- HyperTalk script -----
on mouseUp
push card
go card "About Header"
end mouseUp
-- part 12 (button)
-- low flags: 00
-- high flags: 0000
-- rect: left=360 top=255 right=294 bottom=400
-- title width / last selected line: 0
-- icon id / first selected line: 2162 / 2162
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: New Button
----- HyperTalk script -----
on mouseUp
pop card
end mouseUp